home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 5 / Deep Throat Girls 5.iso / pc / pc.dir / 00061_quit.ls < prev    next >
Encoding:
Text File  |  1997-02-09  |  139 b   |  9 lines

  1. on mouseDown
  2.   repeat with q = 6 to 11
  3.     puppetSprite(q, 0)
  4.   end repeat
  5.   unsetQT(5)
  6.   set the timeoutScript to EMPTY
  7.   stopMovie()
  8. end
  9.